import { Flex, ToggleButton } from '@aws-amplify/ui-react'; export const DisabledToggleButtonExample = () => { return ( Press me! Press me! ); };